home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / gr1.dir / 00080_Script_80 < prev    next >
Text File  |  1995-11-29  |  498b  |  30 lines

  1. on exitFrame
  2.   --4
  3.   
  4.   HL 45, 28 
  5.   
  6.   preLoadCast 23, 26
  7.   
  8.   if rollover(3) then
  9.     show "P004.a"
  10.   else
  11.     if rollover(4) then
  12.       show "P004.b"
  13.     else
  14.       if rollover(5) then
  15.         show "P004.b red"
  16.       else
  17.         if rollover(6) then
  18.           show "P004.c"
  19.         else
  20.           set gKeepOn = FALSE --flag to disable hotbuttons
  21.           reshow "4", "P004"
  22.           prompt2
  23.         end if
  24.       end if
  25.     end if
  26.   end if 
  27.   
  28.   go the frame
  29.   
  30. end